Skip to content

[#147] Remove surf support#168

Merged
msrd0 merged 9 commits intomainfrom
remove/surf
Aug 22, 2025
Merged

[#147] Remove surf support#168
msrd0 merged 9 commits intomainfrom
remove/surf

Conversation

@Empty2k12
Copy link
Copy Markdown
Collaborator

@Empty2k12 Empty2k12 commented Aug 21, 2025

Fixes #147

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,reqwest-client-rustls -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo doc2readme -p influxdb --expand-macros
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@Empty2k12 Empty2k12 mentioned this pull request Aug 21, 2025
7 tasks
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
@Empty2k12 Empty2k12 requested a review from msrd0 August 21, 2025 22:41
Conflicts:
	.github/PULL_REQUEST_TEMPLATE.md
	.github/workflows/rust.yml
	README.md
	influxdb/Cargo.toml
@msrd0 msrd0 merged commit ad0d84a into main Aug 22, 2025
18 checks passed
@msrd0 msrd0 deleted the remove/surf branch August 22, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove surf support

2 participants